@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.listWidget05 {
  padding: 40px 0; }
  .listWidget05 .wrapper {
    max-width: 1216px;
    margin: 0 auto; }
  .listWidget05 .newsList {
    list-style: none;
    overflow: hidden;
    margin: 40px auto; }
    .listWidget05 .newsList li {
      float: left;
      width: 33.33%;
      position: relative; }
    .listWidget05 .newsList .newsSummary {
      margin: 8px;
      padding: 16px;
      position: relative;
      background: #ffffff;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      .listWidget05 .newsList .newsSummary .newsImg {
        height: 210px;
        overflow: hidden;
        position: relative; }
      .listWidget05 .newsList .newsSummary .hotImg {
        position: absolute;
        left: 24px;
        top: 16px;
        height: 24px;
        width: 24px; }
      .listWidget05 .newsList .newsSummary .newsImg img {
        width: 100%;
        display: block; }
      .listWidget05 .newsList .newsSummary .newsInfo {
        padding: 16px 0; }
        .listWidget05 .newsList .newsSummary .newsInfo h2 {
          margin-bottom: 8px;
          font-size: 1.286em; }
          .listWidget05 .newsList .newsSummary .newsInfo h2 a {
            text-decoration: none;
            font-weight: normal;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        .listWidget05 .newsList .newsSummary .newsInfo .intro {
          font-size: 1em;
          color: #999999;
          text-overflow: ellipsis;
          height: 72px;
          overflow: hidden; }
        .listWidget05 .newsList .newsSummary .newsInfo .btn {
          margin: 16px auto 0;
          display: block;
          font-size: 1em;
          font-weight: bold;
          padding: 8px 16px;
          max-width: 120px;
          text-align: center;
          text-decoration: none; }
  .listWidget05 .pagination {
    display: table;
    margin: 40px auto; }
    .listWidget05 .pagination a {
      display: inline-block;
      height: 40px;
      width: 40px;
      margin: 4px;
      line-height: 40px;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      font-size: 1em;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .listWidget05 .pagination .currentPage {
      background: none;
      font-weight: bold;
      cursor: default; }
  .listWidget05 .newsDetail {
    margin: 40px auto; }
    .listWidget05 .newsDetail .newsTitle {
      text-align: center;
      font-size: 1.571em;
      letter-spacing: 0.02em; }
    .listWidget05 .newsDetail .newsDate {
      text-align: center;
      font-size: 0.857em;
      color: #999999; }
    .listWidget05 .newsDetail .newsContent {
      margin: 24px auto;
      max-width: 780px; }
      .listWidget05 .newsDetail .newsContent * {
        color: #999999; }
      .listWidget05 .newsDetail .newsContent ul {
        margin-bottom: 1em;
        list-style: inside; }
      .listWidget05 .newsDetail .newsContent img {
        max-width: 100%; }
      .listWidget05 .newsDetail .newsContent p {
        margin-bottom: 1em; }
        .listWidget05 .newsDetail .newsContent p a {
          text-decoration: none; }
    .listWidget05 .newsDetail .back {
      width: 120px;
      margin: 40px auto; }
      .listWidget05 .newsDetail .back .btn {
        display: block;
        height: 44px;
        text-decoration: none;
        line-height: 44px;
        text-align: center; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
/* Medium devices (tablets, less than 992px) 平板端 */
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .listWidget05 .newsList {
    margin: 24px auto; }
    .listWidget05 .newsList li {
      width: 50%; }
  .listWidget05 .pagination {
    margin: 24px auto; }
  .listWidget05 .newsDetail {
    margin: 24px auto; }
    .listWidget05 .newsDetail .newsContent {
      margin: 16px; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 576px) {
  .listWidget05 .newsList {
    margin: 16px auto; }
    .listWidget05 .newsList li {
      width: 100%; }
  .listWidget05 .pagination {
    margin: 16px auto; } }

/*# sourceMappingURL=listWidget05.css.map */
